home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1993 / MacHack 1993.toast / MacHack™ 1987-1992 / MacHack™ '90 / Source Code ƒ / Misc. Pascal ƒ / Jay's Cookie / Bake.r < prev    next >
Encoding:
Text File  |  1988-11-30  |  1.8 KB  |  89 lines  |  [TEXT/MPS ]

  1. /****************************************************************************/
  2. /*                                                                            */
  3. /*                      ResEqual Commando Resources                         */
  4. /*                                                                            */
  5. /*                                                                            */
  6. /*                   Copyright Apple Computer, Inc. 1987                    */
  7. /*                           All rights reserved.                           */
  8. /*                                                                            */
  9. /****************************************************************************/
  10.  
  11. #include "cmdo.r"
  12.  
  13. resource 'cmdo' (355) {
  14.     {
  15.         240,
  16.         "ResEqual compares the resources in two files and reports the differences.",
  17.         {
  18.             NotDependent {}, Files {
  19.                 InputFile,
  20.                 RequiredFile {
  21.                     {40, 40, 60, 190},
  22.                     "Resource File 1",
  23.                     "",
  24.                     "Select the first file to compare.",
  25.                 },
  26.                 Additional {
  27.                     "",
  28.                     FilterTypes,
  29.                     "Only applications, DA’s, and tools",
  30.                     "All files",
  31.                     {
  32.                         appl,
  33.                         tool,
  34.                         da
  35.                     }
  36.                 }
  37.             },
  38.             Or {{1}}, Files {
  39.                 InputFile,
  40.                 RequiredFile {
  41.                     {70, 40, 90, 190},
  42.                     "Resource File 2",
  43.                     "",
  44.                     "Select the second file to compare.",
  45.                 },
  46.                 Additional {
  47.                     "",
  48.                     FilterTypes,
  49.                     "Only applications, DA’s, and tools",
  50.                     "All files",
  51.                     {
  52.                         appl,
  53.                         tool,
  54.                         da
  55.                     }
  56.                 }
  57.             },
  58.             NotDependent {}, TextBox {
  59.                 gray,
  60.                 {30, 35, 95, 195},
  61.                 "Files to Compare"
  62.             },
  63.             NotDependent {}, CheckOption {
  64.                 NotSet,
  65.                 {105, 75, 121, 155},
  66.                 "Progress",
  67.                 "-p",
  68.                 "Write progress information to diagnostic output."
  69.             },
  70.             NotDependent {}, Redirection {
  71.                 StandardOutput,
  72.                 {40, 300}
  73.             },
  74.             NotDependent {}, Redirection {
  75.                 DiagnosticOutput,
  76.                 {80, 300}
  77.             },
  78.             NotDependent {}, TextBox {
  79.                 gray,
  80.                 {30, 295, 121, 420},
  81.                 "Redirection"
  82.             },
  83.             Or {{2}}, DoItButton {
  84.             },
  85.         }
  86.     }
  87. };
  88.  
  89.